[][src]Crate tsproto_structs

tsproto-structs contains machine readable data for several TeamSpeak related topics.

The underlying data files can be found in the tsdeclarations repository.

The contained data may change with any version so the suggested way of referring to this crate is using tsproto-structs = "=0.1.0".

The helper functions found in the root of this crate may also change with any version.

A change in the way data are stored and made accessible is considered an API breaking change and will increment the minor version number.

Modules

book
book_to_messages
errors
messages
messages_to_book
permissions
versions

Structs

EnumValue

Functions

convert_type

If is_ref is true, you get e.g. &str instead of String.

doc_comment

Prepend /// to each line of a string.

indent

Indent a string by a given count using tabs.

is_ref_type
to_pascal_case
to_snake_case
unindent

Unindent a string by a given count of tabs.